home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 May / Software of the Month Club 1996 May.iso / mac / Desktop Publishing / HTML 101 / HTML 101 / HTML 101.rsrc / TEXT_132.txt < prev    next >
Encoding:
Text File  |  1996-03-07  |  1.1 KB  |  39 lines

  1.  
  2. Drill 2
  3.  
  4. ΓÇóGo to your simpletext document.
  5.  
  6. ΓÇóIt should look like this but with different titles in the header section and the body section :
  7.  
  8. <HTML>
  9. <HEAD>
  10. <TITLE>
  11.  George's Most Excellent Home Page
  12. </TITLE>
  13. </HEAD>
  14. <BODY>
  15.  George's Most Excellent Home Page
  16. </BODY>
  17. </HTML>
  18.  
  19. ΓÇóIn the body section, enclose your title with a header in the 1 to 4 range. Your document should then look like this :
  20.  
  21. <HTML>
  22. <HEAD>
  23. <TITLE>
  24.  George's Most Excellent Home Page
  25. </TITLE>
  26. </HEAD>
  27. <BODY>
  28. <H1>George's Most Excellent Home Page</H1> ----->This is where the
  29. </BODY>                                                                   headers go.
  30. </HTML>
  31.  
  32. ΓÇóSave the document then open it with your browser. The text in the body of the document should be larger and bolder.
  33.  
  34. ΓÇó Since the document has changed, you will need to reload the original. Use the RELOAD ORIGINAL button at the top of your browser. If the text does not appear larger or bolder then use the trouble shooting tips in drill 1.
  35.  
  36. ΓÇóExperiment with the headers. See what the different sizes will do to your text in your document.
  37.  
  38. Next we will put in a  horizontal rule.
  39.